



/*****************************************************************************************\ 
|* thickbox.css
\*****************************************************************************************/

 /* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight>document.body.offsetHeight?document.body.scrollHeight:document.body.offsetHeight+'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 3px solid #eaeaff;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*****************************************************************************************\ 
|* thickbox.css EOF
\*****************************************************************************************/







/*****************************************************************************************\ 
|* style.css
\*****************************************************************************************/

 * {
	padding:0px;
	margin:0px;
}
body {
	min-width:1024px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444444;
	/* background-color:#eaeaff; */
	padding-bottom:10px;
}
img {
	border:none;
}
#main-wrapper {
	width:1024px;
	margin-left:auto; margin-right:auto;
	text-align:left;
}

.rounded-box {
	width:1024px;
}
.rounded-box .top {
	height:7px;
	background-repeat:no-repeat;
	font-size:1px;
}
.rounded-box .middle {
	background-repeat:repeat;
}
.rounded-box .bottom {
	height:7px;
	background-repeat:no-repeat;
	font-size:1px;
}
.rounded-box .padding,
#content .middle,
#site-info .middle,
#site-info,
#content
 {
	padding:5px 10px 5px 10px;
}

#branding {
	background-color:#FFFFFF;
	font-size:8pt !important;
	position:relative;
}

#branding .top {
	padding:30px !important;
	padding-bottom:10px !important;
}

#logo {
	position:relative;
	left:10px;
	float:left;
}

#users {
	float:right;
	position:relative;
	top:35px;
	left:0px;
}

#users a {
	font-weight: bold;
	color: #000000;	
}

#users-login {
	float:right;
	position:relative;
	top:11px;
	right:30px;
	height:20px;
	display:none;
	overflow:hidden;
	white-space:nowrap;
}

#users-login input {
	font-size:7pt !important;
	vertical-align:middle;
}

#search {
	font-size:9pt !important;
	font-weight:bold;
	float:left;
	position:relative;
	top:20px;
	left:45px;
	height:42px;
	width:319px;
}

#search input.search-field {
	position:absolute;
	top:5px;
	left:10px;
	height:32px;
	width:250px;
	background-color:transparent;
	border:none;
	font-size:10pt !important;
	font-weight:bold;
	color:#2b527c;
}

#search input.search-go {
	position:absolute;
	top:0px;
	left:266px;
	width:53px;
	height:42px;
	cursor:pointer;
}

#home-write-reivew {
	font-size:9pt !important;
	font-weight:bold;
	position:relative;
	height:44px;
	width:616px;
}

#home-write-reivew input.search-field {
	position:absolute;
	top:5px;
	left:10px;
	height:35px;
	width:550px;
	background-color:transparent;
	border:none;
	font-size:10pt !important;
	font-weight:bold;
	color:#2b527c;
}

#home-write-reivew input.search-go {
	position:absolute;
	top:0px;
	left:566px;
	width:50px;
	height:45px;
	cursor:pointer;
}

.top-sponsor {
	text-align:center;
	margin-top:10px;
}

#sub-content {
	float:left;
	width:505px;
	background-color:#FFFFFF;
	padding:15px;
	/* text-align:justify; */
	/* border:1px solid #0066FF; */
}

.template-hook-review-page #sub-content {
	width:570px;
}

#main-content {
	/* text-align:justify; */
}

#sub-content ul,
#main-content ul {
	margin-left:20px;
}

#sub-content ul li div,
#main-content ul li div {
	margin:0 20px 0 0;
}

#side-bar {
	float:left;
	width:230px;
	margin-left:15px;
	text-align:center;
	/* border:1px solid #99CC00; */
}

.template-hook-review-page #side-bar {
	width:210px;
}

#big-side-bar {
	float:left;
	width:315px;
	margin-left:15px;
	text-align:center;
}

#side-bar div.item {
	margin-bottom:15px;
	text-align: left;
	padding: 10px;
}

#side-bar-sub {
	float:left;
	width:120px;
	margin-left:15px;
	border:none;
	text-align:right;
}

#content {
	padding:0px;
}

#site-info {
	margin-top:10px;
	background-color:#FFFFFF;
	padding: 30px;
}

#site-info * {
	font-size: 11px !important;
	font-weight: bold;
}

#site-info a {
	font-size: 11px !important;
	font-weight: normal;
	color: #333;
}

.clear {
	clear:both;
}

h1, h2, h3, h4, form {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:18px !important;
	color:#2b527c;
	margin-bottom:15px;
	text-align:left;
}

h1.review-title,
h2.review-title {
	font-size:13px !important;
	color:#2b527c;
	margin-bottom:15px;
	display:inline;
	float:left;
	width:350px;
}

h2 {
	font-size:14px !important;
	color:#2b527c;
	margin-bottom:15px;
}

h3, b.h3 {
	font-size:13px !important;
	color:#2b527c;
	margin-bottom:10px;
	display:block;
}

h4 {
	font-size:100%;
}

h5 {
	font-size:110%;
	font-weight:normal;
}

a {
	color:#29517c;
	text-decoration:none;
}
a:visited {
	color:#29517c;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}

a.faded {
	color:#999999;
	text-decoration:none;
}
a.faded:visited {
	color:#999999;
}
a.faded:hover {
	color:#CCCCCC;
}

a.hidden {
	color:#000000;
	text-decoration:none;
}
a.hidden:visited {
	color:#000000;
	text-decoration:none;
}
a.hidden:hover {
	color:#333333;
	text-decoration:none;
}

a.white {
	color:#FFFFFF;
}
a.white:visited {
	color:#FFFFFF;
}
a.white:hover {
	color:#EFEFEF;
}


.bigger {
	font-size:9pt !important;
}

.faq-node {
	display:none;
	text-align:justify;
}

#site-info,
#site-info a {
	/* font-size:7pt !important; */
}

#site-info p {
	margin-bottom:5px;
	line-height:14px;
}

.spacer {
	height:5px;
	font-size:1px;
}

.medium-spacer {
	height:15px;
	font-size:1px;
}

.big-spacer {
	height:25px;
	font-size:1px;
}

#main-menu {
	list-style:none;
   overflow:hidden;
   white-space:nowrap;
	padding:0px;
	margin:0px;
        width:1030px;
}

#main-menu li {
	display: inline;
	float: left;
	padding:0px;
	margin:0px;
}

#main-menu li.last {
	clear: right;
}

#main-menu li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	/* font-size:11px; */
	font-size:14px !important;
	text-align: center;
	padding: 24px 19px 24px 19px;
}

#main-menu li.sep {
	margin:0px;
	padding: 5px 0 0 0;
	width:1px;
	font-size:1px;
	background-color:#FFFFFF;
}

#main-menu li.sep div.line {
	border-left:1px solid #CCCCCC;
	height:22px;
}

#main-menu li a:hover {
	text-decoration:underline;
}

#main-menu li.green {
	display: inline;
	float: left;
}

#main-menu li.last_green {
	clear: right;
}

#main-menu li.green a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	/* font-size:11px; */
	font-size:14px !important;
	text-align: center;
	padding: 24px 15px 24px 15px;
}

#main-menu li.sep_green {
	height: 26px;
	margin:0px;
	padding: 5px 0 0 0;
	width:1px;
	font-size:1px;
}

#main-menu li.sep_green div.line {
	border-left:1px solid #CCCCCC;
	height:22px;
}

#main-menu li.green a:hover {
	text-decoration:underline;
}

ul#main-menu li a {
   font-weight: normal !important;
   font-size: 14px !important;
   font-family: arial !important;
}

#bookmark-this-page {}

.overlay {
	display:none;
	text-align:left;
	padding:5px;
}

.overlay .close {
	float:right;
}

.overlay .close input {
	cursor:pointer;
	background-color:#FFFFFF;
	border:0px;
	color:#2b527c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:bold;
}

.left {
	width:45%;
	float:left; /* border:1px solid #CCCCCC; */
}
.right {
	width:45%;
	float:right; /* border:1px solid #CCCCCC; */
}

#home-content {
}
#home-content div.left {
	width:623px;
	float:left;
	background-color:#f3f3f3;
	padding:30px;
}
#home-content div.right {
	width:280px;
	float:right;
	padding:30px;
}
#home-content div.left .box,
#home-content div.right .box
 {
 	width:410px;
	margin-top:25px;
}
#home-content ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#home-content ul li {
	margin:10px 0 0 0;
}
#sub-content h3,
#home-content h3,
.home-content h3,
h1.box-page-title,
h2.box-page-title,
.box-header-title {
	margin-top:5px;
	padding:2px 10px 2px 10px;
	background-color: #8ab42f; /* #A9CB4C; */
	color:#FFFFFF;
}
h2.box-page-title {
	margin-bottom:10px;
}

#sub-content h3 a,
#home-content h3 a,
.home-content h3 a,
#sub-content h3 a:visited,
#home-content h3 a:visited,
.home-content h3 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#home-content .left h3 {
	/* margin-right:10px; */
}
#sub-content h3.blue-head,
#home-content h3.blue-head,
.home-content h3.blue-head,
h1.box-page-title-blue {
	margin-top:5px;
	padding:2px 10px 2px 10px;
	background-color:#29517C;
	color:#FFFFFF;
}

h1.box-page-title,
h1.box-page-title-blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px !important;
	margin-bottom:10px;
}

.collapsible-box {
	padding:10px 10px 10px 10px;
	border:1px solid #999999; /* #A9CB4C; */
	/* border-right:none; */
	border-top:none;
	position:relative;
	top:-10px;
}

.collapsible-box-blue {
	padding:10px 10px 10px 10px;
	border:1px solid #999999; /* #29517C; */
	/* border-right:none; */
	border-top:none;
	position:relative;
	top:-10px;
}

#welcome {
	float:left;
	width:860px;
	height:90px;
}

ul.reviews {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.reviews li {
	padding:0 10px 0px 35px;
	background:top left no-repeat;
	background-repeat: no-repeat !important;
}
.reviews li.last {
	padding-bottom:0px;
}
.info {
	padding-top:5px;
	text-align:left;
}
.info img {
	vertical-align:middle;
}

ul.category {
}
ul.category li {
	padding:0 0 0 22px;
	/* background:url(../images/icons-category.jpg) top left no-repeat; */
}

ul.members {
	list-style-type:none;
}
ul.members li {
	padding:0 10px 10px 63px;
	background:top left no-repeat;
	min-height:50px; height:50px; height:auto;
}
.user-pic-small {
	border:1px solid #A9CB4C;
	padding:1px;
}

ul.companies {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.companies li {
	padding:0 10px 20px 10px;
	margin:10px 0 0 0;
}
ul.companies li.sponsored {
	border:1px solid #FDE8E9;
	border-bottom:2px;
	border-right:2px;
	padding-top:10px;
	margin-bottom:10px;
}

ul.sponsored {
	padding:10px;
	border:1px solid #F9F9F9;
	background-color:#F9F9F9;
}
ul.sponsored li.sponsored-info {
	padding-bottom:0px;
	color:#666666;
	text-align:right;
}

ul.faq li {
	text-align:left; /* Links */
}

.v-first {
	margin-top:0px;
}

.box-info {
	padding: 10px 0 0 10px;
	height: 19px;
}
.box-info a {
	padding:0 0 0 22px;
	height: 19px;
	display: block;
}

ul.latest-blog-posts li {
	padding:0 10px 10px 10px;
}
ul.latest-blog-posts li h4 {
	padding-left:15px;
	text-indent:-15px;
	text-align:left;
	padding-bottom:2px;
}

.horizontal-ad-unit {
	margin-top:10px;
	background-color:#FFFFFF;
	text-align:center;
	padding:5px 10px 5px 10px;
}
.horizontal-ad-unit p {
	color:#AAAAAA;
	padding-bottom:5px;
}

.featured-on {
	text-align:center;
}

.featured-on img {
	vertical-align:middle;
	margin-right:5px;
	margin-bottom:0px;
}

div#welcome {
	height:180px;
	width:890px;
	font-size:8pt;
}
div#home-welcome {
	float:left;
	width:335px;
	height:160px;
	background-color:#fcf5f5;
	overflow:hidden;
	font-size:110%;
}
div#how-to-use {
	float:left;
	width:305px;
	height:160px;
	margin-left:10px;
	background-color:#eaeaff;
}
div#home-promo-buttons {
	float:left;
	width:100px;
	height:160px;
	margin-left:13px;
}
#cch {
	float:left;
	width:100px;
	height:90px;
	margin-left:105px;
	position:relative;
	top:10px;
}
#pledge {
	float:left;
	width:100px;
	height:90px;
	margin-left:55px;
	position:relative;
	top:10px;
}
/*
div#pledge {
	position:relative;
	top:42px;
	left:7px;
	width:100px;
}
*/
div.frounded div.frounded-padding {
	padding:10px;
}

#TB_window {
	/* border: 3px solid #2b527c; */
	border:none;
}
#TB_title{
	background-color:#FFFFFF;
}

#TB_window img,
.overlay img {
	vertical-align:middle;
}
#TB_window ul,
.overlay ul {
	list-style-type:none;
}
#TB_window ul li,
.overlay ul li {
	margin-top:5px;
	margin-bottom:15px;
}
#TB_window .first,
.overlay .first {
	margin-top:0px;
}
#TB_window .last,
.overlay .last {
	margin-bottom:0px;
}

#TB_ajaxContent {
	margin-top:10px;
}

.required,
.note {
	color:#FF0000;
}

.v-middle {
	vertical-align:middle;
}

img.middle {
	vertical-align:middle;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.alt1 {
	padding:5px;
	background-color:#fcf5f5;
}

.alt2 {
	padding:5px;
	background-color:#eaeaff;
}

.alt3 {
	padding:5px;
	background-color:#f4fddb;
}

.alt4 {
	padding:5px;
	background-color:#feffe4;
}

.user-photo-frame {
	border:1px solid #A9CB4C;
	padding:1px;
}

.user-photo-big {
	width:100px;
	height:100px;
}

.user-photo-medium {
	width:50px;
	height:50px;
}

.user-photo-small {
	width:20px;
	height:20px;
}

.align-left {
	float:left;
}

.align-right {
	float:right;
}

.rating-good {
	color:#A9CB4C;
	font-weight:bold;
}
.rating-bad {
	color:#EC2023;
	font-weight:bold;
}

.pager a {
	border:1px solid #2c507b;
	/* border-bottom:2px solid #2c507b;
	border-right:2px solid #2c507b; */
	padding:2px 7px;
	font-size:90%;
}
.pager a.selected,
.pager a:hover {
	background-color:#2c507b;
	color:#FFFFFF;
}

.current-section {
	background-color:#DEDEDE;
	padding:2px 0 2px 0;
}

.current-section-inline {
	background-color:#EFEFEF;
}

.table-head {
	background-color:#A9CB4C;
	color:#FFFFFF;
	font-weight:bold;
}
.table-head td {
	padding:3px;
}

.table-head a {
	color:#FFFFFF;
}
.table-data td {
	padding:3px;
}

.message-form {
	margin:20px 0px 20px 0px;
}

.profile-picture {
	border:1px solid #A9CB4C;
	float:left;
	margin-right:5px;
	margin-left:5px;
}

.user-info-alt1 {
	text-align:left;
	padding:5px;
	background-color:#fcf5f5;
	overflow:hidden;
}

.user-info-alt2 {
	text-align:left;
	padding:5px;
	background-color:#eaeaff;
	overflow:hidden;
}

.user-info-alt3 {
	text-align:left;
	padding:5px;
	background-color:#f4fddb;
	overflow:hidden;
}

.user-info-alt4 {
	text-align:left;
	padding:5px;
	background-color:#feffe4;
	overflow:hidden;
}

.user-info-alt1 .line,
.user-info-alt2 .line,
.user-info-alt3 .line,
.user-info-alt4 .line {
	padding-top:5px;
}

.user-info-alt1 h4,
.user-info-alt2 h4,
.user-info-alt3 h4,
.user-info-alt4 h4 {
	padding-bottom:5px;
}

.line .online {
	color:#A9CB4C;
	font-weight:bold;
}

.line .offline {
	color:#CC0000;
	font-weight:bold;
}

.user-photo-frame-spacing {
	margin-right:10px;
	margin-bottom:10px;
}

.review-icon {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.left-justify {
	text-align:left;
}

.v-first {
	margin-top:0px;
	padding-top:0px;
}
.v-last {
	margin-bottom:0px;
	padding-bottom:0px;
}

div.hidden {
	display:none;
}

#home-search {
	height:30px;
	width:430px;
	position:relative;
}

#home-search input.search-field {
	height:18px;
	width:10px;
	margin:6px 5px 0 7px;
	background-color:transparent;
	border:none;
	color:#333333;
	font-size:10pt !important;
}

#home-search input.search-go {
	position:absolute;
	top:6px;
	right:6px;
}

/* Main Menu */
#mainmenu {
	margin: 0; padding: 0;
	list-style: none;
	width:887px;
	margin:0 auto 0 auto;
}
#mainmenu li {
	display:inline;
	float:left;
	height:32px;
	overflow:hidden;
}
#mainmenu li a {
	display:block;
	background-repeat:no-repeat;
	height:32px;
}
#mainmenu #wr {
	width:126px;
	background-position:0px 0px;
}
#mainmenu #wr:hover {
	background-position:0px -32px;
}
#mainmenu #nw {
	width:117px;
	background-position:-126px 0px;
}
#mainmenu #nw:hover {
	background-position:-126px -32px;
}
#mainmenu #v {
	width:75px;
	background-position:-243px 0px;
}
#mainmenu #v:hover {
	background-position:-243px -32px;
}
#mainmenu #ltu {
	width:98px;
	background-position:-318px 0px;
}
#mainmenu #ltu:hover {
	background-position:-318px -32px;
}
#mainmenu #b {
	width:61px;
	background-position:-416px 0px;
}
#mainmenu #b:hover {
	background-position:-416px -32px;
}
#mainmenu #p {
	width:66px;
	background-position:-477px 0px;
}
#mainmenu #p:hover {
	background-position:-477px -32px;
}
#mainmenu #a {
	width:91px;
	background-position:-543px 0px;
}
#mainmenu #a:hover {
	background-position:-543px -32px;
}
#mainmenu #faq {
	width:59px;
	background-position:-634px 0px;
}
#mainmenu #faq:hover {
	background-position:-634px -32px;
}
#mainmenu #bookmark {
	width:96px;
	background-position:-693px 0px;
}
#mainmenu #bookmark:hover {
	background-position:-693px -32px;
}
#mainmenu #w {
	width:60px;
	background-position:-694px 0px;
}
#mainmenu #w:hover {
	background-position:-694px -32px;
}
#mainmenu #r {
	width:98px;
	background-position:-789px 0px;
}
#mainmenu #r:hover {
	background-position:-789px -32px;
}
#mainmenu #c {
	width:63px;
	background-position:-774px 0px;
}
#mainmenu #c:hover {
	background-position:-774px -32px;
}
#mainmenu #h {
	width:52px;
	background-position:-837px 0px;
}
#mainmenu #h:hover {
	background-position:-837px -32px;
}

.menu-pos {
	position:absolute;
	top:0px;
}

.box-pos {
	position:relative;
	top:240px;
}

.direct-connect-bar {
	position: absolute;
	top: 0px;
	height: 35px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	background-color: #FFCC00;
}

.direct-connect-menu-pos {
	position: absolute;
	top: 35px;
}

.direct-connect-box-pos {
	position:relative;
	top:172px;
}

.footer_fix {
	position:relative;
	top:137px;
	height:8px;
	font-size:1px;
}

.note-box {
	background-color:#ffe0b9;
	padding:10px;
	text-align:left;
}
.note-box ul {
	list-style-position:inside;
}

.dashed-separator {
	clear:both;
	border-top:1px dashed #CCCCCC;
	margin-top:10px;
	padding-top:10px;
}

.form-table {
}

td.label {
	text-align:right;
	padding-right:10px;
}

.write-reviews-step-boxes-inactive {
	background-color:#CCCCCC;
	color:#666666;
	padding:5px 15px;
	font-weight:bold;
}
.write-reviews-step-boxes-active {
	/*background-color:#A9CB4C;
	color:#000000;*/
	background-color:#29517C;
	color:#FEFEFE;
	padding:5px 15px;
	font-weight:bold;
}

a.simple-button {
	padding:3px 5px;
	border:1px solid #CCCCCC;
	text-decoration:none;
	display:block;
	text-align:center;
}
a.simple-button:hover {
	padding:3px 5px;
	border:1px solid #CCCCCC;
	text-decoration:none;
	display:block;
	background-color:#eaeaff;
	text-align:center;
}

h1.review-m-title {
	font-size: 22px !important;
}

.ss-bubble {
	width: 435px;
	height: 154px;
}

.bubble {
	width: 435px;
	overflow: hidden;
	margin: 20px auto;
}

.bubble .top {
	width: 435px;
	height: 10px;
	background-repeat: no-repeat;
}

.bubble .middle {
	width: 435px;
}

.bubble .bottom {
	width: 435px;
	height: 29px;
	background-repeat: no-repeat;
}

.bubble-small {
	width: 211px;
	overflow: hidden;
	margin: 20px auto;
}

.bubble-small .top {
	width: 211px;
	height: 19px;
	background-repeat: no-repeat;
}

.bubble-small .middle {
	width: 211px;
}

.bubble-small .bottom {
	width: 211px;
	height: 54px;
	background-repeat: no-repeat;
}

.review-list-item h4 {
	display: inline;
	font-size: 103%;
}

.dark-blue {
	color: #0b1f36 !important;
}

.item .line {
	margin-bottom: 7px;
}

.write-review-form-header-title {
	padding: 0px !important;
	margin: 0px !important;
	font-family: Trebuchet MS, Arial;
	color: #264F7A;
	font-size: 17pt !important;
	font-weight: bold;
	position: relative;
	top: 10px;
	text-align: center;
}

.write-review-form-header-text {
	padding: 0px !important;
	margin: 0px !important;
	font-family: Trebuchet MS, Arial;
	color: #FFFFFF;
	font-size: 12pt !important;
	font-weight: bold;
	position: relative;
	top: 10px;
	text-align: center;
}

ul.faq li {
	list-style-position: inside !important;
}

ul.faq li h3 {
	margin-top:25px;
	padding:2px 10px 2px 10px;
	background-color: #8ab42f; /* #A9CB4C; */
	color:#FFFFFF;
}

ul.faq li div.faq-node {
	border: 1px solid #999999;
	margin: 10px;
	padding: 10px 10px 10px 10px;
}

ul.faq li h5 {
	display: inline;
}

div.in-the-press h3 {
	margin-top:25px;
	padding:2px 10px 2px 10px;
	background-color: #8ab42f; /* #A9CB4C; */
	color:#FFFFFF;
}

#master-heading {
	padding: 10px 0px 0px 16px;
}

ul.horizontal {
	padding: 0px;
	margin: 0px;
}
ul.horizontal li {
	float: left;
}

#home-content h3 {
	padding:7px 10px 7px 10px;
	color:#FFFFFF;
	font-size:105%;
	margin-bottom:0px;
}

.home-review-box {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 30px;
}

.review-list-item {
	color:#2b527f;
	font-size: 14px;
}
.review-list-item h4 {
	font-size: 16px;
}
.review-list-item .hidden {
	color:#999999;
}
.review-list-item .info {
	margin-top: 5px;
}
.review-list-item .info a {
	text-decoration: underline;
}
.main-content-wrapper {
	padding: 30px;
	background-color: #f3f3f3;
}

.half-alpha {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.reviewer-info {
	color: #2b527f;
	padding: 0px 50px 20px 50px;
	margin-top: -10px;
	position: relative;
}

.template-hook-review-page h3 {
	color: #2b527f !important;
	background: none !important;
}

.ads-fieldset {
	border: 1px solid #CCCCCC;
	text-align: center;
}

.ads-fieldset legend {
	font-size: 9px;
	color: #CCCCCC;
	margin: 0px auto;
}

#side-bar,
#side-bar * {
	color: #2b527f !important;
}

/*****************************************************************************************\ 
|* style.css EOF
\*****************************************************************************************/







/*****************************************************************************************\ 
|* config.css
\*****************************************************************************************/

 .rounded-box .top {
	background-image:url(http://www.measuredup.com/images/box-top.jpg);
}
.rounded-box .middle {
	background-image:url(http://www.measuredup.com/images/box-middle.jpg);
}
.rounded-box .bottom {
	background-image:url(http://www.measuredup.com/images/box-bottom.jpg);
}
#search {
	background:url(http://www.measuredup.com/images/top-search-box.png) no-repeat;
}
#search input.search-go {
	border: none;
	background: none;
	background:url(http://www.measuredup.com/images/search-button.png) no-repeat top left;
}
#search input.search-go:hover {
	border: none;
	background: none;
	background:url(http://www.measuredup.com/images/search-button.png) no-repeat bottom left;
}
#home-write-reivew {
	background:url(http://www.measuredup.com/images/home-review-search-business-box.png) no-repeat;
}
#home-write-reivew input.search-go {
	border: none;
	background: none;
	background:url(http://www.measuredup.com/images/home-review-search-business-box-go.png) no-repeat top left;
}
#home-write-reivew input.search-go:hover {
	border: none;
	background: none;
	background:url(http://www.measuredup.com/images/home-review-search-business-box-go.png) no-repeat bottom left;
}
#main-menu li a {
	background: url('http://www.measuredup.com/images/menu-bg-2.png') repeat-x center top; /* #2E5B84 */
}
#main-menu li.sep {
	/* background: url('http://www.measuredup.com/images/nav.png') center top no-repeat; */ /* #2E5B84 */
}
#main-menu li.green a {
	background: url('http://www.measuredup.com/images/menu-bg-2-green.png') repeat-x center top; /* #1c6809 */
}
#main-menu li.sep_green {
	/* background: url('http://www.measuredup.com/images/nav_green.png') center top no-repeat; */ /* #1c6809 */
}
.reviews li.rating-1 {
	background-image:url(http://www.measuredup.com/images/1_medium_trans.gif);
}
.reviews li.rating-2 {
	background-image:url(http://www.measuredup.com/images/2_medium_trans.gif);
}
.reviews li.rating-3 {
	background-image:url(http://www.measuredup.com/images/3_medium_trans.gif);
}
.reviews li.rating-4 {
	background-image:url(http://www.measuredup.com/images/4_medium_trans.gif);
}
.reviews li.rating-5 {
	background-image:url(http://www.measuredup.com/images/5_medium_trans.gif);
}
.reviews li.ticket {
	background-image:url(http://www.measuredup.com/images/ticket_medium.gif);
}
.box-info a {
	background:url(http://www.measuredup.com/images/icons-point.gif) left center no-repeat;
}
#home-search {
	background:url(http://www.measuredup.com/images/home-search-box-small.png) no-repeat;
}

#mainmenu li a {
	background-image:url(http://www.measuredup.com/images/menu.gif);
}

.collapsible-box,
.collapsible-box-blue {
	background:url(http://www.measuredup.com/images/gbg.jpg) bottom repeat-x;
}

.bubble .top {
	background:url(http://www.measuredup.com/images/ss-bubble-top.gif);
}

.bubble .middle {
	background:url(http://www.measuredup.com/images/ss-bubble-middle.gif);
}

.bubble .bottom {
	background:url(http://www.measuredup.com/images/ss-bubble-bottom.gif);
}

.bubble-small .top {
	background:url(http://www.measuredup.com/images/blue-bubble-small-top.gif);
}

.bubble-small .middle {
	background:url(http://www.measuredup.com/images/blue-bubble-small-middle.gif);
}

.bubble-small .bottom {
	background:url(http://www.measuredup.com/images/blue-bubble-small-bottom.gif);
}

.ss-bubble {
	background:url(http://www.measuredup.com/images/ss-bubble-bg-2.jpg) no-repeat; width: 420px;
}

.home-button-cells {
	background: url(http://www.measuredup.com/images/home-buttons-bg.gif) no-repeat; height: 122px; padding-top: 20px; cursor: pointer; padding-right: 5px;
}

.home-button-cells-alt {
	background: url(http://www.measuredup.com/images/home-buttons-bg-alt.gif) no-repeat; height: 122px; padding-top: 20px; cursor: pointer; padding-right: 5px;
}

.home-button-cells-2 {
	background: url(http://www.measuredup.com/images/home-buttons-bg-2.gif) no-repeat; height: 102px; padding-top: 15px; cursor: pointer; padding-right: 5px;
}

.home-button-cells-2-alt {
	background: url(http://www.measuredup.com/images/home-buttons-bg-2-alt.gif) no-repeat; height: 102px; padding-top: 15px; cursor: pointer; padding-right: 5px;
}

.home-box-header {
	background-color: transparent !important; background: url(http://www.measuredup.com/images/home-box-header-bg.gif) no-repeat; width: 434px; height: 29px; color: #FFFFFF;
}

.review-page-resource-box-header {
	background-color: transparent !important; background: url(http://www.measuredup.com/images/review-page-actions-header.gif) no-repeat; width: 252px; height: 19px; color: #FFFFFF; padding-top: 1px !important; padding-left: 5px !important; padding-right: 0px !important;
}

.review-page-resource-box-header-blue {
	background-color: transparent !important; background: url(http://www.measuredup.com/images/partner-with-measuredup-box-header.gif) no-repeat; width: 252px; height: 19px; color: #FFFFFF; padding-top: 1px !important; padding-left: 5px !important; padding-right: 0px !important;
}
.review-page-resource-action-buttons {
	background: url(http://www.measuredup.com/images/review-page-action-button.gif) no-repeat; width: 260px; height: 48px; cursor: pointer; padding-left: 10px; font-weight: bold;
}

.big-box-header {
	background-color: transparent !important; background: url(http://www.measuredup.com/images/big-green-box-header.gif) no-repeat; width: 506px; height: 27px; color: #FFFFFF; margin-bottom: 0px;
}

.side-bar-button {
	background: url(http://www.measuredup.com/images/side-bar-buttons.gif) no-repeat; font-weight: bold; font-size: 10pt; padding-top: 1px; height: 21px; color: #FFFFFF !important; text-align: left; padding-left: 5px; display: block; text-decoration: none;
}

.side-bar-header {
	background: url(http://www.measuredup.com/images/side-bar-header.gif) no-repeat; font-weight: bold; padding-top: 1px; height: 18px; text-align: left; padding-left: 10px;
}

.write-review-small-box-header {
	background-color: transparent !important; background: url(http://www.measuredup.com/images/write-review-small-box-header.gif) no-repeat; width: 429px; height: 28px; color: #FFFFFF; padding-top: 1px; padding-left: 5px; margin-top: 0px;
}

.info a {
   font-size: 90% !important;
}

#home-content h3 {
	background: url(http://www.measuredup.com/images/green-box-header.png);
}

/*****************************************************************************************\ 
|* config.css EOF
\*****************************************************************************************/



